home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / CCB / CanDoLibCheck next >
Text File  |  1996-09-26  |  176b  |  12 lines

  1. Echo " "
  2. IF EXISTS libs:cando.library THEN
  3. failat 21
  4. echo "Your version is:"
  5. Version libs:cando.library
  6. ELSE  
  7.   echo "You do not have cando.library"
  8. ENDIF
  9. Wait 4 secs
  10. endcli
  11.  
  12.